@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

:root {
    --titile-font: "Quicksand", sans-serif;
}

.repair {
    position: relative;
    width: 100%;
    height: 650px;
    /* background-color: red; */
    margin-top: 100px;

}

.repair::before {
    content: '';
    position: absolute;
    top: calc(-100%/4);
    right: 18%;
    display: block;
    width: 60%;
    height: calc(100%/4);
    background-color: transparent;
    z-index: 10;
    border-radius: 0 0 90px 0;
    border-bottom: 20px solid #eee;
    border-right: 20px solid #eee;
}

.repair::after {
    content: '';
    position: absolute;
    top: 0;
    right: 30%;
    display: block;
    width: 60%;
    height: calc(100%/4);
    background-color: transparent;
    z-index: 10;
    border-radius: 90px 0 0 0;
    border-top: 20px solid #eee;
    border-left: 20px solid #eee;

}

/* ------------------------------------img-svg--------------------------------- */
.repair .img-svg {
    position: relative;
    width: 100%;
    height: calc(100%/6);
    /* background-color: aqua; */
}

/* top */
.repair .img-svg .tree {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.repair .img-svg .tree i.top {
    font-size: 35px;
    color: #0eb04c9f;
}

.repair .img-svg .tree i.top:nth-child(2) {
    position: relative;
    margin-bottom: 2%;
    margin-left: -1%;
    color: #0eb04d;
}

.repair .img-svg .tree i.top:nth-child(3) {
    position: relative;
    margin-bottom: .5%;
    color: #0eb04c9f;
    font-size: 30px;
}

/* bottom */
.repair .img-svg .tree.bottom {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.repair .img-svg .tree i.bottom {
    font-size: 35px;
    color: #0eb04c9f;
    margin: 10px;
    margin-bottom: 4%;
}

.repair .img-svg .tree i.bottom:nth-child(2) {
    position: relative;
    color: #0eb04d;
    margin-bottom: 0;

}

/* --------------------------------------content----------------------------------- */
.repair .content {
    position: relative;
    width: 100%;
    height: calc(100%/6*4);
    /* background-color: blueviolet; */
    display: flex;
    overflow: hidden;
}

/* ----------------------------img-box------------------------------------- */
.repair .content .img-box {
    position: relative;
    width: 30%;
    height: 100%;
    /* background-color: brown; */
    border-radius: 0 30% 0 0;
    z-index: 13;
}

.repair .content .img-box::before {
    position: absolute;
    bottom: 30%;
    left: -5%;
    content: '';
    display: block;
    width: 130%;
    height: 20%;
    background-color: rgba(255, 255, 255, 0.178);
    z-index: 100;
    transform: rotate(-50deg);
}

.repair .content .img-box img {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 0 30% 0 0;
    object-fit: cover;
}

/* -----------------------------segitiga---------------------------------- */
.repair .content .img-box i {
    position: absolute;
    font-size: 600px;
    top: -50%;
    left: -45%;
    z-index: 12;
    transform: rotate(270deg);
    color: #0eb04cab;
    z-index: 100;
}

.repair .content .img-box i:nth-child(2) {
    color: #fff;
    top: 40%;
    left: -60%;
    z-index: 9;

}

.repair .content .img-box i:nth-child(3) {
    color: #fff;
    font-size: 400px;
    top: -25%;
    transform: rotate(360deg);
    left: 80%;
    z-index: 9;

}

/* --------------------------------------text------------------------------- */
.repair .content .text {
    position: relative;
    width: 70%;
    height: 100%;
    /* background-color: cadetblue; */
    padding: 0 15%;
    display: flex;
    flex-direction: column;
    justify-content: center;


}

.repair .content .text .wave {
    position: absolute;
    top: 0%;
    right: -40%;
    transform: rotate(-90deg);
    z-index: -1;
}

.repair .content .text h1 {
    font-family: var(--titile-font);
    font-size: 30px;
    color: #000;
    font-weight: bold;

}

.repair .content .text h1::after {
    content: '';
    position: relative;
    width: 15%;
    height: 4px;
    background-color: #0eb04d;
    display: block;
    border-radius: 10%;
    margin-top: 5px;
}

.repair .content .text p {
    font-size: 13px;
    color: #0E4E5A;
    margin: 15px 0;
    font-weight: 500;
}

/* ---------------------------list -------------------------------------------- */
.repair .content .text .list {
    width: 100%;
    display: flex;
    /* background-color: aquamarine; */
    padding: 10px 0;
}

.repair .content .text .list .sub {
    /* background-color: brown; */
    width: calc(100%/3);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.repair .content .text .list .sub i {
    font-size: 50px;
    color: #5db98d;
}

.repair .content .text .list .sub p {
    font-size: 12px;
    text-align: center;
    color: #0E4E5A;
    text-align: center;
}

.repair .content p.quote {
    font-size: 13px;
    margin: 5px 0;
    color: #000;
    text-transform: capitalize;
    font-style: italic;

}

/* -----------------------RESPONSIVE------------------------------------------ */
@media (max-width:936px) {

    /* text kanan */
    .repair .content .text {
        width: 65%;
        padding: 0 13%;
    }

    /* kiri gambar */
    .repair .content .img-box {
        width: 35%;

    }

    /* segitiga */
    .repair .img-box.image-svg i {
        font-size: 50px;
    }

    /* svg wave */
    .repair .content .text .wave {
        position: absolute;
        top: 0%;
        right: -50%;

    }

    /* segitiga */
    .repair .content .img-box i {
        top: -50%;
        left: -55%;
    }

    .repair .content .img-box i:nth-child(2) {
        top: 40%;
        left: -60%;

    }

    .repair .content .img-box i:nth-child(3) {
        top: -25%;
        left: 70%;
    }
}

@media (max-width:900px) {

    /* padding keseluruhan */
    .repair .content {
        padding: 20px 70px 0 0;
        /* background-color: red; */
    }

    /* bagian kiri / tulisan */
    .repair .content .text {
        position: relative;
        width: 65%;
        height: 100%;
        /* background-color: aqua; */
        padding: 0 13%;

    }

    /* svg wave */
    .repair .content .text .wave {
        position: absolute;
        top: -20%;
        right: -65%;

    }

    /* kanan / image */
    .repair .content .img-box {
        position: relative;
        width: 35%;
        height: 100%;
        /* background-color: blue; */
    }

    /* judul / titlenya */
    .repair .title-section h1 {
        font-size: 30px;
    }

    .repair .title-section p {
        font-size: 15px;
    }

    /* -----------------------------segitiga---------------------------------- */
    .repair .content .img-box i {
        position: absolute;
        font-size: 600px;
        top: -50%;
        left: -65%;
        z-index: 12;
        transform: rotate(270deg);
        color: #0eb04cab;
        z-index: 100;
    }

    .repair .content .img-box i:nth-child(2) {
        color: #fff;
        top: 40%;
        left: -60%;
        z-index: 9;

    }

    .repair .content .img-box i:nth-child(3) {
        color: #fff;
        font-size: 300px;
        top: -15%;
        transform: rotate(360deg);
        left: 70%;
        z-index: 9;

    }
}

@media (max-width:900px) {
    .repair .content .text {
        padding: 0 11%;
    }
}

@media (max-width:768px) {
    .repair {
        margin-top: 70px;
        height: 600px;
    }

    /* jalan mobil */
    .repair::after {
        width: 55%;
        border-top: 18px solid #eee;
        border-left: 18px solid #eee;

        top: 0;
        right: 34%;
    }

    .repair::before {
        width: 55%;
        border-bottom: 18px solid #eee;
        border-right: 18px solid #eee;
        top: calc(-100%/4);
        right: 22%;
    }

    /* bagian kanan / tulisannya */
    .repair .content {
        padding: 20px 30px 0 0;
        /* background-color: red; */
    }

    /* list menu kesamping */
    .repair .content .text .list .sub {
        margin: 0 2px;
    }

    .repair .content .text .list .sub i {
        font-size: 40px;
    }

    .repair .content .text .list .sub p {
        font-size: 10px;
    }


    /* judul kanan */
    .repair .content .text h1 {
        font-size: 25px;

    }

    /* Garis bawah ijo */
    .repair .content .text h1::after {
        width: 17%;
    }

    .repair .content .text p {
        font-size: 11px;
        color: #0E4E5A;
        margin: 15px 0;
        font-weight: 500;
    }

    /* tulisan italic */
    .repair .content p.quote {
        font-size: 11px;
        margin: 5px 0;
        color: #000;
    }

    .sper-part .content .text {
        width: 60%;
        padding: 0 20% 0 0;
    }

    /* bagian kanan / image */
    .repair .content .img-box {
        width: 40%;
    }

    /* segitiga */
    .repair .content .img-box i {
        font-size: 600px;
        top: -80%;
        left: 90%;
    }

    /* segitiga */
    .repair .content .img-box i {
        top: -50%;
        left: -85%;
    }

    .repair .content .img-box i:nth-child(2) {
        top: 30%;
        left: -90%;

    }

    .repair .content .img-box i:nth-child(3) {
        top: -25%;
        left: 70%;
    }


}

@media (max-width:650px) {

    /* jalan mobil */
    .repair::after {
        width: 55%;
        border-top: 15px solid #eee;
        border-left: 15px solid #eee;

        top: 0;
        right: 34%;
    }

    .repair::before {
        width: 55%;
        border-bottom: 15px solid #eee;
        border-right: 15px solid #eee;
        top: calc(-100%/4);
        right: 22%;
    }

    .sper-part .content .text {
        width: 60%;
        padding: 0 20% 0 0;
    }

    /* bagian kanan / image */
    .repair .content .img-box {
        width: 40%;
    }

    .repair .img-svg .tree i.top {
        font-size: 30px;
    }

    .repair .img-svg .tree i.bottom {
        font-size: 30px;
    }

    /* container*/
    .repair {
        margin-top: 50px;
        height: 550px;
    }


    /* cntent */
    .repair .content {
        padding: 20px 20px 0 0;
        /* background-color: red; */
    }

    /* judul kanan */
    .repair .content .text h1 {
        font-size: 20px;

    }

    /* list menu kesamping */
    .repair .content .text .list .sub i {
        font-size: 30px;
    }

    .repair .content .text p {
        font-size: 10px;
    }

    .repair .content .text .list .sub p {
        font-size: 9px;
    }

    /* tulisan italic */
    .repair .content p.quote {
        font-size: 10px;
        margin: 3px 0;
    }

    /* segitiga */
    .repair .content .img-box i {
        top: -40%;
        left: -55%;
        font-size: 400px;
    }

    .repair .content .img-box i:nth-child(2) {
        top: 45%;
        left: -60%;

    }

    .repair .content .img-box i:nth-child(3) {
        top: -25%;
        left: 70%;
    }

    /* svg wave */
    .repair .content .text .wave {
        position: absolute;
        top: -20%;
        right: -85%;

    }

}

@media (max-width:550px) {
    .repair {
        margin-top: 50px;
        height: 500px;
        /* background-color: aqua; */
    }

    /* jalan mobil */
    .repair::after {
        width: 55%;
        border-top: 13px solid #eee;
        border-left: 13px solid #eee;

        top: 0;
        right: 38%;
    }

    .repair::before {
        width: 55%;
        border-bottom: 13px solid #eee;
        border-right: 13px solid #eee;
        top: calc(-100%/4);
        right: 22%;
    }

    /* segitiga */
    .repair .content .img-box i {
        top: -40%;
        left: -70%;
        font-size: 400px;
    }

    .repair .content .img-box i:nth-child(2) {
        top: 45%;
        left: -60%;

    }

    .repair .content .img-box i:nth-child(3) {
        top: 0%;
        left: 80%;
        font-size: 100px;
    }

    /* cntent */
    .repair .content {
        padding: 20px 13px 0 0;
        /* background-color: red; */
    }

    /* judul kanan */
    .repair .content .text {
        padding: 0 8%;
    }

    .repair .content .text h1 {
        font-size: 16px;

    }

    .repair .content .text h1::after {
        width: 12%;
        height: 3px;
    }

    /* list menu kesamping */
    .repair .content .text .list .sub i {
        font-size: 25px;
    }

    .sper-part .content .text p {
        font-size: 10px;

    }

    .repair .content .text .list .sub p {
        font-size: 9px;
    }

    /* tulisan italic */
    .repair .content p.quote {
        font-size: 10px;
        margin: 3px 0;
    }

    /* svg wave */
    .repair .content .text .wave {
        position: absolute;
        top: -20%;
        right: -100%;

    }
}

@media (max-width:500px) {

    .repair {
        margin-top: 90px;
        height: 450px;
        /* background-color: red; */
    }


    .repair .content .text p {
        font-size: 9.5px;

    }

    /* tulisan italic */
    .repair .content p.quote {
        font-size: 9.5px;
        margin: 3px 0;
    }


}

@media (max-width:450px) {

    /* segitiga */
    .repair .content .img-box i {
        top: -50%;
        left: -90%;
        font-size: 400px;
    }

    .repair .content .img-box i:nth-child(2) {
        top: 45%;
        left: -60%;

    }

    .repair .content .img-box i:nth-child(3) {
        top: 0%;
        left: 80%;
        font-size: 100px;
    }

    /* svg wave */
    .repair .content .text .wave {
        position: absolute;
        top: -40%;
        right: -120%;

    }
}

@media (max-width:425px) {
    .repair {
        height: 700px;
        /* background-color: aqua; */
        flex-direction: column;
        margin-top: 0;
    }

    .repair .img-box.image-svg {
        width: 100%;
        height: calc(100%/8);
        /* background-color: green; */
    }

    .repair .content {
        width: 100%;
        height: calc(100%/8*6);
        /* background-color: blue; */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0;
    }

    .repair .content .img-box {
        width: 90%;
        height: 45%;
        overflow: hidden;
        border-radius: 5% !important;

    }

    .repair .content .img-box img {
        border-radius: 0 0 0 0 !important;
    }

    .repair .content .text {
        width: 60%;
        height: 50%;
        padding: 5% 10%;
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    /* jalan mobil */
    .repair::after {
        display: none;

    }

    .repair::before {
        display: none;
    }

    /* top */

    .repair .img-svg .tree i.top {

        font-size: 30px;
        margin-bottom: 7%;
    }

    .repair .img-svg .tree i.top:nth-child(2) {
        position: relative;
        margin-bottom: 2%;
        margin-left: -1%;
        font-size: 30px;
        margin-bottom: 9%;
    }

    .repair .img-svg .tree i.top:nth-child(3) {
        position: relative;
        margin-bottom: .5%;
        font-size: 20px;
        margin-bottom: 6%;
    }

    /* bottom */

    .repair .img-svg .tree i.bottom {
        font-size: 35px;
        color: #0eb04c9f;
        margin: 10px;
        margin-bottom: 4%;
        font-size: 30px;
    }

    /* judul bawah */
    .repair .content .text h1 {
        font-size: 17px;
    }

    /* Garis bawah ijo */
    .repair .content .text h1::after {
        width: 23%;
        height: 2px;
    }

    .repair .content .text .list .sub i {
        font-size: 35px;
    }

    /* segitiga */
    .repair .content .img-box i {
        top: -90%;
        left: -30%;
        font-size: 400px;
        transform: rotate(90deg);
    }

    .repair .content .img-box i:nth-child(2) {
        top: -70%;
        left: -40%;
        font-size: 400px;
    }

    .repair .content .img-box i:nth-child(3) {
        top: -60%;
        left: 80%;
        font-size: 400px;

    }

    /* svg wave */
    .repair .content .text .wave {
        position: absolute;
        top: -40%;
        right: -70%;

    }

    .four {

        margin-top: 20px;
        padding: 0 !important;

    }

    .four-img {
        display: none;
    }

    .four .img-box {
        height: 50%;

    }

    .four .text {
        height: 50%;

        margin: 0 !important;
    }
}

@media (max-width:375px) {
    .repair .img-svg {
        /* background-color: aqua; */
        height: calc(100%/9);
    }

    .repair .title-section h1 {
        font-size: 16px;
    }

    .repair .title-section p {
        font-size: 11px;
    }

    /* judul bawah */
    .repair .content .text h1 {
        font-size: 15px;
    }

    /* Garis bawah ijo */
    .repair .content .text h1::after {
        width: 20%;
        height: 2px;
    }

    .repair .content .text .list .sub i {
        font-size: 30px;
    }

    .repair .content .text p {
        font-size: 8.5px;
    }

    .repair .content .text {
        padding: 3% 8%;
    }

    .repair .content .text .list .sub p {
        font-size: 8px;
    }

    /* segitiga */
    .repair .content .img-box i {
        top: -100%;
        left: -40%;
        font-size: 400px;
        transform: rotate(90deg);
    }

    .repair .content .img-box i:nth-child(2) {
        top: -85%;
        left: -45%;
        font-size: 400px;
    }

    .repair .content .img-box i:nth-child(3) {
        top: 14%;
        left: 80%;
        font-size: 400px;
        color: rgba(255, 255, 255, 0.678);
    }
}

@media (max-width:350px) {

    /* segitiga */
    .repair .content .img-box i {
        top: -100%;
        left: -45%;
        font-size: 400px;
        transform: rotate(90deg);
    }

    .repair .content .img-box i:nth-child(2) {
        top: -85%;
        left: -50%;
        font-size: 400px;
    }

    .repair .content .img-box i:nth-child(3) {
        top: 14%;
        left: 80%;
        font-size: 400px;
        color: rgba(255, 255, 255, 0.678);
    }
}